From ae7a1e0d08a19184b659ca38623431b210d0f84a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 30 Sep 2016 15:29:50 -0400 Subject: [PATCH] 3.22.1 --- NEWS | 38 ++++++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0a25b19619..c365502fa3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,41 @@ +Overview of Changes in GTK+ 3.22.1 +================================== + +* Reduce runtime warnings + +* Bug fixes: + 765649 icons missing in file chooser (errors on console) + 769500 adwaita: GtkWidget:sensitive animation should not cause "On" ... + 769554 [Mir] Touchpad scrolling not as smooth as it should be + 770388 GtkTreeView: attempt to underallocate GtkTreeView's child Gtk... + 771516 wayland: Only 'moved-to-rect' if move_to_rect() was used + 771553 Shrinking window generates a black patch when gl is used + 771666 sftp:// property not set for translation in 3.21.92 + 771812 Crash when reparenting a popover with a non-null parent_scrol... + 771826 Some missing nullable annotation + 771915 [Wayland]: Totem window misplaced after a state change + 771959 gtk_init_with_args fails when no display is found / does not ... + 771963 GtkPaned warning in gtk_paned_realize + 772057 Fix wrong URL copy/paste (patch) + 772215 icon-theme: Fix leaks on error + +* Translation updates: + Arabic + Basque + Brazilian Portuguese + Croatian + Czech + French + German + Hebrew + Hungarian + Kazakh + Korean + Polish + Slovak + Swedish + + Overview of Changes in GTK+ 3.22.0 ================================== diff --git a/configure.ac b/configure.ac index d03503b9a7..a0999a29d6 100644 --- a/configure.ac +++ b/configure.ac @@ -10,8 +10,8 @@ m4_define([gtk_major_version], [3]) m4_define([gtk_minor_version], [22]) -m4_define([gtk_micro_version], [0]) -m4_define([gtk_interface_age], [0]) +m4_define([gtk_micro_version], [1]) +m4_define([gtk_interface_age], [1]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)]) m4_define([gtk_version], -- 2.30.2